body
{
    background-image: url("milkywaybackground.png");
    background-size: cover;
    background-attachment: fixed;
    margin: 0;
}

.content
 {
    width: 40%;
    color: rgb(12, 18, 18);
 }
 
.content > img
{
    height: 200px;
    width: auto;
    margin: auto;
    display: block;
}

.activite 
{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 20px;
    padding: 50px 20px;
    width: 1000px;
    max-width: 90%;
    margin: auto;
 }
 
 .enonce 
 {
   width: 70%;
   font-size: 18px;
   background: none; 
   padding: 15px;
}
 
 .activite img 
 {
    object-fit: contain;
    width: 300px; 
    height: auto;
 }

 .flou-container 
{
   display: flex;
   align-items: center;
   justify-content: space-between;
   width: 100%;
   background: rgba(255, 255, 255, 0.005); 
   backdrop-filter: blur(10px);
   padding: 20px;
   border-radius: 15px;
}

h1 
{
   text-align: center;
   color: aliceblue;
}

B
{
   text-decoration: underline;
   font-size: larger;
}

p{
   color: rgb(18, 36, 52);
   font-size: large;
}
